Platform Explorer / Nuxeo Platform 2023.10

Extension point serializers

Documentation

Contribute a new Serializer that can be use by the TemplateProcessor.Render operation

Contribution Descriptors

  • Class: org.nuxeo.template.serializer.service.SerializerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-template-rendering-core-2023.10.13.jar /OSGI-INF/serializer-service-contribution.xml
    <extension point="serializers" target="org.nuxeo.template.serializer.service.TemplateSerializerService">
        <serializer class="org.nuxeo.template.serializer.executors.XMLTemplateSerializer" name="default"/>
        <serializer class="org.nuxeo.template.serializer.executors.XMLTemplateSerializer" name="xml"/>
      </extension>